home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Super Platinum 8
/
Shareware Super Platinum 8.iso
/
mac
/
DATABASE
/
TRL4CL.ZIP;1
/
TRSOURCE.EXE
/
TR_BIN.PRG
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-10-22
|
330 b
|
17 lines
*********
* Function : BIN
* By : Tom Rettig
* Placed in the public domain by Tom Rettig Associates, 10/22/1990.
*********
FUNCTION BIN
* Syntax: BIN( <expN> )
* Return: <expC> binary (base two) value of <expN> decimal parameter
* -1 if <expN> is negative
PARAMETERS dec
RETURN BASE( 2, dec )
* eofunc